------------------------------------------------
-Jigsaw 83 v. 1.1
-By Jason Clardy 
------------------------------------------------

------------------------------------------------
-Table Of Contents                             
-1:Intro                                     
-2:Controls
-3:Pictures
-4:Source
-5:Disclamer
-6:Credits
-7:Contact
------------------------------------------------

------------------------------------------------
-1:Intro:
Jigsaw 83 is a simple game, where you try and 
reconstruct a picture. It is one of the first
grayscale games for the 83, using Durk Kingma's
grayscale engine. It is a rather small project
I started programming a few weeks ago. It is 
nice to finish it now :P 
------------------------------------------------

------------------------------------------------
-2:Controls:
On title screen:
2nd-Select picture
Alpha-Next picture

During Game:
2nd or Enter-Unpause game from "View" mode
Mode-Enter "View" mode to see picture
2nd-Select piece/Move piece
Alpha-Deselect piece

On winning the game:
2nd-Return to title screen
------------------------------------------------

------------------------------------------------
-3:Pictures:
Picture data can be created with iStudio from the
ACZ. To make a level convert a just take a 96x64
grayscale pic and convert it, then just copy the
header from template.z80 and paste it on top of
the picture, change the name and type 

jigsaw83 filename
 
and it will compile into an 83 and 83+ version.
The versions are cross compatible, so you can
send either to your calc. One picture is included,
the maxcoderz logo, I will add some more pictures
later ;)

Note: You also need to have TASM and tasm80.tab
in the same directory
------------------------------------------------

------------------------------------------------
-4:Source:
The source is for anyone that wants it, I included
all the files in the directory, so you should be
able to compile the program manually. You may modify
the source freely for personal use, but you can
only release it if you contact me. For my contacts,
look below.
------------------------------------------------

------------------------------------------------
-5:Disclamer:
I am not responsible for any damage done to you
or your calculator caused by this program. It has
been tested, but still may contain bugs. This is
freeware so it is your responsibility after you
download it.
------------------------------------------------

------------------------------------------------
-6:Credits:
-Durk Kingma, for his grayscale kit, and making a nice
 greenlight logo
-Maxcoderz message board people, for support
-Greenlight, for being my programming group :)
-chickendude, for the idea for the tile randomizer
-to everyone else, who I forgot
------------------------------------------------

------------------------------------------------
-7:Contact:
EMAIL:jasonclardy@msn.com
AIM:jsnc88
HTTP:greenlights.tk
------------------------------------------------

------------------------------------------------
-8:Updates:
v.1.0- First release

v.1.1- Included the greenlight logo
     - Shaved off about 100 bytes
     - Released outside of Greenlight
     - Took a screenshot
------------------------------------------------


